2 using System
.Collections
.Generic
;
4 using System
.Runtime
.InteropServices
;
5 using System
.Windows
.Forms
;
10 [GuidAttribute("00000121-0000-0000-C000-000000000046")]
11 [InterfaceTypeAttribute(ComInterfaceType
.InterfaceIsIUnknown
)]
12 public interface IDropSource
14 // Determines whether a drag-and-drop operation should continue
16 Int32
QueryContinueDrag(
18 ShellAPI
.MK grfKeyState
);
20 // Gives visual feedback to an end user during a drag-and-drop operation
23 DragDropEffects dwEffect
);